projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c2f27f
)
GtkToolItemGroup: Set widget state as state flags.
author
Carlos Garnacho
<carlosg@gnome.org>
Sun, 31 Oct 2010 13:45:41 +0000
(14:45 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:33 +0000
(15:38 +0100)
gtk/gtktoolitemgroup.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoolitemgroup.c
b/gtk/gtktoolitemgroup.c
index 7983667ffcba944e706b49badcf998b827525e67..abcc64014b57405de484f1134afbc316413d88bd 100644
(file)
--- a/
gtk/gtktoolitemgroup.c
+++ b/
gtk/gtktoolitemgroup.c
@@
-1752,7
+1752,7
@@
gtk_tool_item_group_set_label_widget (GtkToolItemGroup *group,
if (priv->label_widget)
{
- gtk_widget_set_state
(priv->label_widget, GTK_STATE_NORMAL
);
+ gtk_widget_set_state
_flags (priv->label_widget, 0, TRUE
);
gtk_container_remove (GTK_CONTAINER (alignment), priv->label_widget);
}